home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / flash-0.4.3 / makefile < prev    next >
Makefile  |  1999-01-01  |  112b  |  11 lines

  1. all: lib plugin player
  2.  
  3. lib:
  4.     cd Lib; $(MAKE)
  5.  
  6. plugin: lib
  7.     cd Plugin; $(MAKE)
  8.  
  9. player: lib
  10.     cd Player; $(MAKE)
  11.